home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / hypercar / xcmd / stackinf.sit / XNet™ StackInfo 2.0 / background_2782.txt < prev    next >
Encoding:
Text File  |  1990-05-30  |  2.4 KB  |  122 lines

  1. -- background: 2782 from stack: in.0
  2. -- bmap block id: 3213
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on showWhich which
  8.   lock screen
  9.   repeat with x = 1 to 2
  10.     hide bg field x
  11.     show bg fld which
  12.   end repeat
  13.   set the scroll of bg fld which to 0
  14.   unlock screen with wipe left slowly
  15. end showWhich
  16.  
  17.  
  18. -- part 1 (field)
  19. -- low flags: 01
  20. -- high flags: 0007
  21. -- rect: left=4 top=60 right=192 bottom=508
  22. -- title width / last selected line: 0
  23. -- icon id / first selected line: 0 / 0
  24. -- text alignment: 0
  25. -- font id: 3
  26. -- text size: 12
  27. -- style flags: 8192
  28. -- line height: 16
  29. -- part name: Description
  30.  
  31.  
  32. -- part 2 (button)
  33. -- low flags: 00
  34. -- high flags: A004
  35. -- rect: left=240 top=23 right=45 bottom=369
  36. -- title width / last selected line: 0
  37. -- icon id / first selected line: 0 / 0
  38. -- text alignment: 1
  39. -- font id: 0
  40. -- text size: 12
  41. -- style flags: 0
  42. -- line height: 16
  43. -- part name: Do StackInfo!
  44. ----- HyperTalk script -----
  45. on mouseUp
  46.   stackInfo
  47. end mouseUp
  48.  
  49.  
  50.  
  51. -- part 3 (button)
  52. -- low flags: 00
  53. -- high flags: A004
  54. -- rect: left=4 top=23 right=45 bottom=98
  55. -- title width / last selected line: 0
  56. -- icon id / first selected line: 0 / 0
  57. -- text alignment: 1
  58. -- font id: 0
  59. -- text size: 12
  60. -- style flags: 0
  61. -- line height: 16
  62. -- part name: About XNet
  63. ----- HyperTalk script -----
  64. on mouseUp
  65.   showWhich "XNet"
  66. end mouseUp
  67.  
  68.  
  69.  
  70. -- part 4 (button)
  71. -- low flags: 00
  72. -- high flags: A004
  73. -- rect: left=107 top=23 right=45 bottom=230
  74. -- title width / last selected line: 0
  75. -- icon id / first selected line: 0 / 0
  76. -- text alignment: 1
  77. -- font id: 0
  78. -- text size: 12
  79. -- style flags: 0
  80. -- line height: 16
  81. -- part name: About StackInfo
  82. ----- HyperTalk script -----
  83. on mouseUp
  84.   showWhich "Description"
  85. end mouseUp
  86.  
  87.  
  88.  
  89. -- part 5 (field)
  90. -- low flags: 81
  91. -- high flags: 0007
  92. -- rect: left=4 top=60 right=192 bottom=508
  93. -- title width / last selected line: 0
  94. -- icon id / first selected line: 0 / 0
  95. -- text alignment: 0
  96. -- font id: 3
  97. -- text size: 12
  98. -- style flags: 8192
  99. -- line height: 16
  100. -- part name: XNet
  101.  
  102.  
  103. -- part 7 (button)
  104. -- low flags: 00
  105. -- high flags: A004
  106. -- rect: left=377 top=23 right=45 bottom=507
  107. -- title width / last selected line: 0
  108. -- icon id / first selected line: 0 / 0
  109. -- text alignment: 1
  110. -- font id: 0
  111. -- text size: 12
  112. -- style flags: 0
  113. -- line height: 16
  114. -- part name: Install StackInfo
  115. ----- HyperTalk script -----
  116. on mouseUp
  117.   XNetInstall "!"
  118.   put the result
  119.   XNetInstall
  120. end mouseUp
  121.  
  122.